home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / pxbud.zip / PXGEN.DOC < prev    next >
Text File  |  1991-05-17  |  776b  |  19 lines

  1.                  PXGEN, The Class Generator for PX_Buddy++
  2.  
  3. PXGEN will take a Paradox table and make a .CPP & .H file for use in a
  4. PX_Buddy++ program. It does this by using the syntax:
  5.  
  6. PXGEN C:\PARADOX\TABLES\CUSTOMER D:\PXENGINE\PROGRAM\CUST Customer
  7.  
  8. The above says, run the PXGEN program, take the table
  9. C:\Paradox\Tables\Customer and write the .CPP & .H files to
  10. D:\Pxengine\Program\Cust.cpp & D:\Pxengine\Program\Cust.h and the Class
  11. name will be Customer.
  12.  
  13. One restriction that I placed on the Class name (since this was only
  14. ever used by me) is that it cannot exceed 8 characters. These was not a
  15. hinderance to me but I found some other people that did not like it.
  16. You have the source code, make the appropriate changes if you cannot
  17. live with it.
  18.  
  19.